-
Notifications
You must be signed in to change notification settings - Fork 189
Add setAutoscaleDisabled API to provide a better means to disabling autoscaling at widget level #2863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
This pull request changes some projects for the first time in this development cycle. Warning 🚧 This PR cannot be modified by maintainers because edits are disabled or it is created from an organization repository. To obtain the required changes apply the git patch manually as an additional commit. Git patchFurther information are available in Common Build Issues - Missing version increments. |
Test Results 166 files - 10 166 suites - 10 14m 32s ⏱️ - 14m 8s Results for commit 8127aea. ± Comparison against base commit fb71f1f. This pull request removes 57 tests.This pull request skips 201 tests. |
|
@amartya4256 can you please add a meaningful title and description to the PR, even if it's still a draft? |
This PR provides a new API
setAutoscaleDisabledto provide a better means of disabling autoscaling at widget level across all the platforms. The current implementation is intended to return a false when this method is called in cocoa and GTK and only perform an action win32 and return since we do not support widget level autoscaling control on GTK and cocoa yet.The convention of the method is as follows:
Things to be done: